home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / dalla rivista / netconnect3 / metalweb4.0 / rexx / voyager.rexx < prev   
OS/2 REXX Batch file  |  1999-09-01  |  207b  |  16 lines

  1. /*
  2. ** This script shows how to obtain a list
  3. ** of an applications ARexx commands.
  4. */
  5.  
  6. options results
  7. address 'METALWEB.1'
  8.  
  9. SAVE_ALLPATH 'ram:temp.html'
  10.  
  11. address 'VOYAGER'
  12.  
  13. OpenURL 'file:///ram:tmp.html'
  14.  
  15.  
  16.